Micron Document
Fox's Git Mirrors

Node / rns-mirrors / Reticulum-Go.git / files / pkg / buffer / constants.go

Displaying Raw • Download

pkg/buffer/constants.go 633735d797cc5f5d48cb2e22e8fd7cd743930daf (633735d7) Text, 341 B

// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io

package buffer

const (
StreamIDMax = 0x3fff
MaxChunkLen = 16 * 1024
MaxDataLen = 457
CompressTries = 4

StreamHeaderEOF = 0x8000
StreamHeaderCompressed = 0x4000

StreamDataMessageType = 0xff00

StreamHeaderSize = 2

CompressThreshold = 32
)

Served by rngit 1.5.2 - Generated in 0.02s